projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2124b33
)
* lisp/calc/calc.el (calc-digit-start-entry): Fix typo.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Thu, 8 Oct 2015 13:38:45 +0000
(08:38 -0500)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Thu, 8 Oct 2015 13:38:45 +0000
(08:38 -0500)
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index 105e1e443b48e9da8aeb729db5c52eba5325bac7..0709c619f3d6470b13c2684f1bbc25ecbaaed04a 100644
(file)
--- a/
lisp/calc/calc.el
+++ b/
lisp/calc/calc.el
@@
-2315,7
+2315,7
@@
the United States."
((eq last-command-event ?#) (format "%d#" calc-number-radix))
((eq last-command-event ?_) "-")
((eq last-command-event ?@) "0@ ")
- (t (char-to-string last-command-event))))
)
+ (t (char-to-string last-command-event))))
(defvar calc-buffer)
(defvar calc-prev-char)